:root {
    --nova-bg: #f5f9ff;
    --nova-surface: #ffffff;
    --nova-surface-2: #eaf3ff;
    --nova-text: #182638;
    --nova-muted: #5f7188;
    --nova-line: #d8e5f3;
    --nova-accent: #2f8bed;
    --nova-accent-strong: #176bc4;
    --nova-green: #1f8a70;
    --nova-blue: #2f8bed;
    --nova-radius: 8px;
    --nova-shadow: 0 18px 42px rgba(31, 86, 145, .11);
    --nova-shell: 1180px;
}

html {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html.theme-black {
    --nova-bg: #101925;
    --nova-surface: #162233;
    --nova-surface-2: #1d3047;
    --nova-text: #edf6ff;
    --nova-muted: #a9bbcf;
    --nova-line: #263a51;
    --nova-accent: #5aa9ff;
    --nova-accent-strong: #9ccfff;
    --nova-shadow: 0 18px 42px rgba(0, 0, 0, .25);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--nova-text);
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--nova-surface-2) 52%, transparent) 0, transparent 460px),
        var(--nova-bg);
    font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    font-size: 16px;
}

.nova-page,
.nova-header,
.nova-footer,
.tplconfig_history_pop,
.am-share,
.mac_pop,
.layui-layer,
.layui-layer-dialog,
[class*="notice"],
[class*="pop"],
.hl_wrap,
.hl_notice,
.hl_content_box,
.hl_content_text {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.nova-page a:hover {
    color: var(--nova-accent-strong);
}

.nova-card__poster:hover,
.nova-hero__image:hover,
.nova-btn--primary:hover,
.nova-pagination a.is-current:hover,
.nova-episode-grid li.is-active a:hover,
.nova-share-panel__button:hover,
.am-share-footer .copy_btn:hover {
    color: #fff;
}

img {
    max-width: 100%;
}

.hide {
    display: none !important;
}

.nova-qrcode-buffer {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
}

.nova-shell {
    width: min(calc(100% - 32px), var(--nova-shell));
    margin: 0 auto;
}

.nova-page {
    min-height: 100vh;
    padding-top: 78px;
}

.nova-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    background: color-mix(in srgb, var(--nova-bg) 92%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--nova-line) 78%, transparent);
    backdrop-filter: blur(18px);
}

.nova-header__inner {
    min-height: 78px;
    display: grid;
    grid-template-columns: minmax(112px, 132px) minmax(0, 1fr) minmax(220px, 320px) auto;
    align-items: center;
    gap: 14px;
}

.nova-brand,
.nova-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    font-weight: 800;
}

.nova-brand__mark {
    width: 128px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
}

.nova-logo {
    max-width: 128px;
    max-height: 34px;
    object-fit: contain;
}

html.theme-black .nova-logo--light,
html:not(.theme-black) .nova-logo--dark {
    display: none;
}

.nova-brand__name {
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.nova-nav {
    display: flex;
    align-items: center;
    gap: 2px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.nova-nav::-webkit-scrollbar,
.nova-pill-row::-webkit-scrollbar,
.nova-filter__row nav::-webkit-scrollbar {
    display: none;
}

.nova-nav__item,
.nova-pill-row a,
.nova-filter__row a,
.nova-sortbar nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 11px;
    border-radius: 999px;
    color: var(--nova-muted);
    white-space: nowrap;
    font-size: 14px;
    transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.nova-nav__item.is-current,
.nova-nav__item:hover,
.nova-pill-row a:hover,
.nova-filter__row a:hover,
.nova-filter__row a.is-current,
.nova-sortbar nav a:hover,
.nova-sortbar nav a.is-current {
    color: var(--nova-accent-strong);
    background: color-mix(in srgb, var(--nova-accent) 12%, transparent);
}

.nova-nav__item:active,
.nova-pill-row a:active,
.nova-filter__row a:active,
.nova-sortbar nav a:active,
.nova-btn:active,
.nova-action:active {
    transform: translateY(1px);
}

.nova-nav__item:focus-visible,
.nova-pill-row a:focus-visible,
.nova-filter__row a:focus-visible,
.nova-sortbar nav a:focus-visible,
.nova-btn:focus-visible,
.nova-action:focus-visible,
.nova-share-panel__button:focus-visible,
.nova-share-panel__close:focus-visible,
.nova-filter__toggle:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--nova-accent) 58%, transparent);
    outline-offset: 2px;
}

.nova-search,
.nova-mobile-search {
    display: flex;
    align-items: center;
    min-width: 0;
    border: 1px solid var(--nova-line);
    border-radius: 999px;
    background: var(--nova-surface);
    overflow: hidden;
}

.nova-search:focus-within,
.nova-mobile-search:focus-within {
    border-color: color-mix(in srgb, var(--nova-accent) 38%, var(--nova-line));
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--nova-accent) 14%, transparent);
}

.nova-search__input,
.nova-mobile-search input {
    flex: 1;
    min-width: 0;
    height: 42px;
    padding: 0 16px;
    border: 0;
    outline: 0;
    color: var(--nova-text);
    background: transparent;
    font-size: 15px;
}

.nova-search__input:focus-visible,
.nova-mobile-search input:focus-visible {
    outline: none;
}

.nova-search__button,
.nova-mobile-search button {
    height: 34px;
    margin-right: 4px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--nova-accent);
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}

.nova-search__button .iconfont {
    display: none;
}

.nova-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}

.nova-action,
.nova-menu-toggle {
    min-width: 38px;
    height: 38px;
    border: 1px solid var(--nova-line);
    border-radius: 999px;
    color: var(--nova-text);
    background: var(--nova-surface);
    cursor: pointer;
    font-size: 14px;
}

.nova-action--text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
}

.nova-action .iconfont,
.nova-search__button .iconfont,
.nova-share-panel__close .iconfont {
    font-size: 16px;
    line-height: 1;
}

.nova-menu-toggle {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.nova-menu-toggle span {
    width: 16px;
    height: 2px;
    background: currentColor;
}

.nova-mobile-panel {
    display: none;
    border-top: 1px solid var(--nova-line);
    padding: 14px 16px 18px;
    background: var(--nova-bg);
}

.nova-mobile-panel.is-open {
    display: block;
}

.nova-mobile-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.nova-mobile-links a {
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--nova-surface);
    color: var(--nova-muted);
}

.nova-hero {
    padding: 15px 0 16px;
}

.nova-hero__grid,
.nova-detail-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 26px;
    min-width: 0;
}

.nova-hero__feature {
    display: grid;
    grid-template-columns: minmax(260px, 42%) minmax(0, 1fr);
    gap: 28px;
    min-height: 330px;
    padding: 14px;
    border: 1px solid var(--nova-line);
    border-radius: var(--nova-radius);
    background: var(--nova-surface);
    box-shadow: var(--nova-shadow);
    min-width: 0;
}

.nova-hero__feature--cinema {
    display: block;
    height: 450px;
    min-height: 450px;
    padding: 0;
    overflow: hidden;
    background: var(--nova-surface-2);
    box-sizing: border-box;
}

.nova-hero__slides {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    border-radius: var(--nova-radius);
    background: var(--nova-surface-2);
}

.nova-hero__feature--cinema .nova-hero__slides {
    height: 100%;
    border-radius: inherit;
}

.nova-hero__image,
.nova-card__poster,
.nova-detail-poster {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--nova-radius);
    background: var(--nova-surface-2);
}

.nova-hero__slides .nova-hero__image {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.02);
    transition: opacity .42s ease, visibility .42s ease, transform .7s ease;
}

.nova-hero__slides .nova-hero__image.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.nova-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(9, 18, 32, .84) 0%, rgba(9, 18, 32, .58) 36%, rgba(9, 18, 32, .18) 72%, rgba(9, 18, 32, .08) 100%),
        linear-gradient(0deg, rgba(9, 18, 32, .76) 0%, rgba(9, 18, 32, 0) 46%);
}

.nova-hero__slide-caption {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border-radius: calc(var(--nova-radius) - 6px);
    color: #f8fbff;
    background: linear-gradient(90deg, rgba(13, 24, 38, .82), rgba(13, 24, 38, .22));
}

.nova-hero__slide-caption strong,
.nova-hero__slide-caption em {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nova-hero__slide-caption strong {
    min-width: 0;
    font-size: 15px;
}

.nova-hero__slide-caption em {
    flex: 0 0 auto;
    max-width: 42%;
    font-style: normal;
    font-size: 12px;
    color: rgba(248, 251, 255, .82);
}

.nova-hero__content {
    position: absolute;
    left: clamp(26px, 4vw, 58px);
    right: clamp(22px, 8vw, 120px);
    bottom: clamp(28px, 4vw, 58px);
    z-index: 2;
    max-width: 660px;
    color: #f8fbff;
}

.nova-hero__content .nova-kicker {
    color: #9fd0ff;
    font-size: 13px;
}

.nova-hero__content h1 {
    margin: 10px 0 12px;
    color: #fff;
    font-size: clamp(22px, 3vw, 24px);
    text-shadow: 0 6px 28px rgba(0, 0, 0, .36);
}

.nova-hero__content p {
    max-width: 620px;
    color: rgba(248, 251, 255, .84);
    font-size: 16px;
    line-height: 1.75;
    text-shadow: 0 5px 22px rgba(0, 0, 0, .32);
}

html:not(.theme-black) .nova-hero__content p {
    color: rgba(255, 255, 255, .94);
    text-shadow: 0 6px 24px rgba(0, 0, 0, .42);
}

.nova-hero__content .nova-hero__meta span,
.nova-hero__content .nova-hero__meta strong {
    color: rgba(248, 251, 255, .92);
    background: rgba(255, 255, 255, .16);
    backdrop-filter: blur(12px);
}

.nova-hero__content .nova-hero__meta strong {
    color: #bfe0ff;
}

.nova-hero__feature--cinema .nova-btn--primary {
    background: color-mix(in srgb, var(--nova-accent) 92%, #fff);
}

.nova-hero__image .nova-poster,
.nova-card__poster .nova-poster,
.nova-detail-poster .nova-poster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.nova-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 0;
}

.nova-hero__copy-item {
    display: none;
    min-width: 0;
}

.nova-hero__copy-item.is-active {
    display: block;
}

.nova-hero__dots {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
}

.nova-hero__feature--cinema .nova-hero__dots {
    position: absolute;
    left: clamp(26px, 4vw, 58px);
    bottom: 18px;
    z-index: 3;
    margin: 0;
}

.nova-hero__dots button {
    width: 24px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    background: color-mix(in srgb, var(--nova-muted) 28%, transparent);
    transition: width .18s ease, background-color .18s ease;
}

.nova-hero__dots button.is-active {
    width: 34px;
    background: var(--nova-accent);
}

.nova-kicker {
    display: inline-flex;
    align-items: center;
    color: var(--nova-accent-strong);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
}

.nova-hero h1,
.nova-listing__head h1,
.nova-detail-main h1,
.nova-player-aside h1,
.nova-unavailable h1 {
    margin: 8px 0;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.12;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.nova-hero p,
.nova-listing__head p,
.nova-detail-blurb,
.nova-unavailable p {
    color: var(--nova-muted);
    font-size: 15px;
    line-height: 1.55;
}

.nova-hero__meta,
.nova-detail-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 10px 0 16px;
}

.nova-hero__meta span,
.nova-hero__meta strong,
.nova-detail-meta span {
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--nova-surface-2);
    color: var(--nova-muted);
}

.nova-hero__meta strong {
    color: var(--nova-accent-strong);
}

.nova-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 800;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.nova-btn--primary {
    color: #fff;
    background: var(--nova-accent);
    box-shadow: 0 10px 24px color-mix(in srgb, var(--nova-accent) 24%, transparent);
}

.nova-btn--ghost {
    color: var(--nova-text);
    background: var(--nova-surface);
    border-color: var(--nova-line);
}

.nova-btn--ghost:hover,
.nova-player-actions a:hover,
.nova-next-prev a:hover {
    color: var(--nova-accent-strong);
    border-color: color-mix(in srgb, var(--nova-accent) 34%, var(--nova-line));
    background: var(--nova-surface-2);
}

.nova-hero__side,
.nova-rank-card,
.nova-filter,
.nova-sortbar,
.nova-detail-side,
.nova-source,
.nova-empty,
.nova-footer {
    border: 1px solid var(--nova-line);
    border-radius: var(--nova-radius);
    background: var(--nova-surface);
}

.nova-hero__side,
.nova-rank-card,
.nova-detail-side {
    padding: 16px;
}

.nova-hero__side {
    height: 450px;
    overflow: hidden;
}

.nova-hero__side h2,
.nova-rank-card h3,
.nova-source h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.25;
}

.nova-hot-list,
.nova-rank-card ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nova-hot-list {
    height: calc(100% - 32px);
    overflow: hidden;
}

.nova-hot-list li + li,
.nova-rank-card li + li {
    border-top: 1px solid var(--nova-line);
}

.nova-hot-list a,
.nova-rank-card a {
    display: grid;
    gap: 10px;
    padding: 8px 0;
}

.nova-rank-card a {
    grid-template-columns: 28px 42px minmax(0, 1fr);
    align-items: center;
}

.nova-hot-list span,
.nova-rank-card span {
    color: var(--nova-accent-strong);
    font-weight: 800;
}

.nova-hot-list__thumb,
.nova-rank-card__thumb {
    grid-row: span 2;
    display: block;
    width: 46px;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--nova-surface-2);
    background-position: center;
    background-size: cover;
}

.nova-rank-card__thumb {
    width: 42px;
    border-radius: 7px;
}

.nova-hot-list a {
    grid-template-columns: 28px 46px minmax(0, 1fr);
    align-items: center;
    min-height: 78px;
}

.nova-hot-list strong,
.nova-rank-card strong {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nova-hot-list em,
.nova-rank-card em {
    grid-column: 3;
    color: var(--nova-muted);
    font-style: normal;
    font-size: 13px;
}

.nova-hot-list em {
    grid-column: 3;
    align-self: start;
}

.nova-section {
    padding: clamp(16px, 2vw, 24px) 0 0;
}

.nova-section__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.nova-section__head h2 {
    margin: 2px 0 0;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.2;
}

.nova-section__head a,
.nova-text-link {
    color: var(--nova-accent-strong);
    font-weight: 700;
}

.nova-section__head a:hover,
.nova-text-link:hover,
.nova-footer__links a:hover,
.nova-card__title:hover,
.nova-hot-list a:hover strong,
.nova-rank-card a:hover strong {
    color: var(--nova-accent);
}

.nova-pill-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.nova-tab-nav {
    display: flex;
    gap: 8px;
    margin: -2px 0 14px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.nova-tab-nav::-webkit-scrollbar {
    display: none;
}

.nova-tab-nav button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid var(--nova-line);
    border-radius: 999px;
    color: var(--nova-muted);
    background: var(--nova-surface);
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.nova-tab-nav button:hover,
.nova-tab-nav button.is-active {
    color: var(--nova-accent-strong);
    border-color: color-mix(in srgb, var(--nova-accent) 32%, var(--nova-line));
    background: color-mix(in srgb, var(--nova-accent) 12%, var(--nova-surface));
}

.nova-tab-nav button:active {
    transform: translateY(1px);
}

.nova-tab-nav button:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--nova-accent) 58%, transparent);
    outline-offset: 2px;
}

.nova-tab-panel {
    display: none;
}

.nova-tab-panel.is-active {
    display: block;
}

.nova-tab-more {
    display: none;
    width: fit-content;
    margin-top: 14px;
    color: var(--nova-accent-strong);
    font-weight: 800;
}

.nova-channel-filter-toggle {
    display: none;
}

.nova-channel-filter {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
    padding: 12px;
    border: 1px solid var(--nova-line);
    border-radius: var(--nova-radius);
    background: var(--nova-surface);
}

.nova-channel-filter__col {
    min-width: 0;
}

.nova-channel-filter__col strong {
    display: block;
    margin-bottom: 8px;
    color: var(--nova-text);
    font-size: 13px;
    font-weight: 800;
}

.nova-channel-filter nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-height: calc(26px * 4 + 6px * 3);
    overflow: hidden;
}

.nova-channel-filter nav.is-expanded {
    max-height: none;
}

.nova-channel-filter nav a,
.nova-channel-filter__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 26px;
    padding: 0 8px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--nova-muted);
    background: var(--nova-surface-2);
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nova-channel-filter nav a:hover,
.nova-channel-filter nav a.is-current,
.nova-channel-filter__more:hover {
    color: var(--nova-accent-strong);
    border-color: color-mix(in srgb, var(--nova-accent) 26%, var(--nova-line));
}

.nova-channel-filter__more {
    color: var(--nova-accent-strong) !important;
    cursor: pointer;
    flex: 0 0 auto;
}

.nova-channel-block {
    padding-top: 12px;
}

.nova-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nova-card {
    min-width: 0;
}

.nova-card__poster {
    aspect-ratio: 2 / 3;
}

.nova-card__poster:hover .nova-poster,
.nova-hero__image:hover .nova-poster {
    transform: scale(1.035);
}

.nova-poster {
    transition: transform .24s ease;
}

.nova-card__score,
.nova-card__tag,
.nova-detail-score {
    position: absolute;
    z-index: 2;
    border-radius: 999px;
    background: color-mix(in srgb, var(--nova-accent) 92%, #111);
    color: #fff;
    font-weight: 800;
}

.nova-card__score {
    left: 8px;
    top: 8px;
    padding: 3px 8px;
}

.nova-card__tag {
    right: 8px;
    bottom: 8px;
    max-width: calc(100% - 16px);
    padding: 3px 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

.nova-card__body {
    padding: 8px 2px 0;
}

.nova-card__title {
    display: block;
    overflow: hidden;
    color: var(--nova-text);
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
}

.nova-card__meta {
    margin: 3px 0 0;
    color: var(--nova-muted);
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.nova-rank-page main {
    padding-bottom: 24px;
}

.nova-rank-page__feature-badge,
.nova-rank-page__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    color: var(--nova-accent-strong);
    background: color-mix(in srgb, var(--nova-accent) 10%, var(--nova-surface));
    font-size: 13px;
    font-weight: 800;
}

.nova-rank-page__section-note {
    margin: 0;
    color: var(--nova-muted);
    font-size: 14px;
}

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

.nova-rank-page__card {
    padding: 18px;
    border: 1px solid var(--nova-line);
    border-radius: calc(var(--nova-radius) + 4px);
    background: var(--nova-surface);
    box-shadow: 0 14px 30px color-mix(in srgb, var(--nova-accent) 9%, transparent);
}

.nova-rank-page__card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.nova-rank-page__card-head h3 {
    margin: 8px 0 0;
    font-size: 22px;
    line-height: 1.15;
}

.nova-rank-page__feature {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid color-mix(in srgb, var(--nova-accent) 16%, var(--nova-line));
    border-radius: calc(var(--nova-radius) + 4px);
    background: linear-gradient(180deg, color-mix(in srgb, var(--nova-surface-2) 72%, var(--nova-surface)) 0%, var(--nova-surface) 100%);
}

.nova-rank-page__feature-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 12px;
    background-color: var(--nova-surface-2);
    background-position: center;
    background-size: cover;
}

.nova-rank-page__feature-body {
    min-width: 0;
}

.nova-rank-page__feature-body strong {
    display: block;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 1.2;
}

.nova-rank-page__feature-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.nova-rank-page__feature-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--nova-muted);
    background: color-mix(in srgb, var(--nova-surface) 55%, var(--nova-surface-2));
    font-size: 12px;
    font-weight: 700;
}

.nova-rank-page__feature-body p {
    display: -webkit-box;
    margin: 10px 0 0;
    overflow: hidden;
    color: var(--nova-muted);
    font-size: 14px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nova-rank-page__feature-body p span {
    margin-left: 8px;
}

.nova-rank-page__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nova-rank-page__list li + li {
    border-top: 1px solid var(--nova-line);
}

.nova-rank-page__list a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 13px 0;
}

.nova-rank-page__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    color: var(--nova-accent-strong);
    background: color-mix(in srgb, var(--nova-accent) 12%, var(--nova-surface));
    font-size: 14px;
    font-weight: 800;
}

.nova-rank-page__list strong {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
}

.nova-rank-page__list em {
    color: var(--nova-muted);
    font-style: normal;
    font-size: 13px;
    white-space: nowrap;
}

.nova-actor-row {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nova-actor-row a {
    display: block;
    text-align: center;
}

.nova-actor-avatar {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}

.nova-actor-row strong {
    display: block;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nova-listing__head {
    max-width: 760px;
    margin-bottom: 18px;
}

.nova-filter {
    padding: 14px;
    margin-bottom: 14px;
}

.nova-filter__summary,
.nova-filter__row,
.nova-sortbar {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}

.nova-filter__summary {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--nova-line);
}

.nova-filter__summary div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.nova-filter__summary span {
    padding: 2px 8px;
    border-radius: 999px;
    background: var(--nova-surface-2);
    color: var(--nova-accent-strong);
}

.nova-filter__summary a {
    color: var(--nova-accent-strong);
    font-weight: 800;
}

.nova-filter__toggle {
    display: none;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid color-mix(in srgb, var(--nova-accent) 28%, var(--nova-line));
    border-radius: 999px;
    color: var(--nova-accent-strong);
    background: var(--nova-surface-2);
    font-weight: 800;
    cursor: pointer;
}

.nova-filter__body {
    display: block;
}

.nova-filter__row {
    grid-template-columns: 86px minmax(0, 1fr);
    padding-top: 10px;
}

.nova-filter__row > span {
    color: var(--nova-muted);
    font-weight: 800;
    font-size: 14px;
}

.nova-filter__row nav {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
}

.nova-sortbar {
    padding: 10px 14px;
    margin-bottom: 14px;
}

.nova-sortbar div {
    display: flex;
    flex-direction: column;
}

.nova-sortbar span {
    color: var(--nova-muted);
    font-size: 13px;
}

.nova-sortbar nav {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

.nova-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.nova-pagination a {
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid var(--nova-line);
    border-radius: 999px;
    background: var(--nova-surface);
}

.nova-pagination a.is-current,
.nova-pagination a:hover {
    color: #fff;
    border-color: var(--nova-accent);
    background: var(--nova-accent);
}

.nova-pagination a.is-disabled {
    opacity: .45;
    pointer-events: none;
}

.nova-detail-hero {
    padding: 20px 0 0;
}

.nova-detail-hero__grid {
    grid-template-columns: 210px minmax(0, 1fr) 240px;
    gap: 16px;
}

.nova-detail-poster {
    aspect-ratio: 2 / 3;
    box-shadow: var(--nova-shadow);
    border-radius: 2px;
}

.nova-detail-poster .nova-poster {
    border-radius: 2px;
}

.nova-detail-score {
    right: 12px;
    bottom: 12px;
    padding: 5px 10px;
    border-radius: 999px;
}

.nova-detail-main {
    min-width: 0;
}

.nova-detail-kicker-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.nova-detail-title {
    margin: 0;
}

#nova-detail .nova-detail-main h1 {
    margin: 0;
    font-size: 20px;
    line-height: 1.18;
}

#nova-detail .nova-detail-rating {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
}

#nova-detail .nova-detail-rating .rating {
    display: inline-flex;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nova-detail .nova-detail-rating .big-star {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: var(--nova-accent);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: color .18s ease, transform .18s ease, opacity .18s ease;
}

#nova-detail .nova-detail-rating .big-star.active,
#nova-detail .nova-detail-rating .big-star.current,
#nova-detail .nova-detail-rating .big-star.hover {
    color: var(--nova-accent);
    opacity: 1;
}

#nova-detail .nova-detail-rating .big-star:not(.active):not(.current):not(.hover) {
    opacity: .72;
}

#nova-detail .nova-detail-rating .big-star:hover {
    transform: translateY(-1px);
}

#nova-detail .nova-detail-rating .label-list {
    display: inline-flex;
    align-items: center;
    min-width: 28px;
    margin-left: 8px;
    color: var(--nova-muted);
    font-size: 13px;
    line-height: 1.4;
}

#nova-detail .nova-detail-blurb {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
}

#nova-detail .nova-detail-meta {
    gap: 6px;
    margin: 10px 0 12px;
}

#nova-detail .nova-detail-meta span {
    padding: 4px 9px;
    font-size: 14px;
}

.nova-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nova-detail-actions .nova-detail-button {
    display: inline-flex;
}

.nova-detail-actions .nova-detail-button a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    color: #fff;
    background: var(--nova-accent);
    font-size: 14px;
}

.nova-detail-side dl {
    margin: 0;
}

.nova-detail-side__title {
    display: block;
    margin-bottom: 8px;
    color: var(--nova-text);
    font-size: 18px;
    line-height: 1.35;
}

.nova-detail-side dt {
    margin-top: 8px;
    color: var(--nova-muted);
    font-size: 13px;
    font-weight: 800;
}

.nova-detail-side dt:first-child {
    margin-top: 0;
}

.nova-detail-side dd {
    margin: 2px 0 0;
    color: var(--nova-text);
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

#nova-detail .nova-section {
    padding-top: 18px;
}

#nova-detail .nova-section__head {
    justify-content: flex-start;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 10px;
}

#nova-detail .nova-section__head h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
}

#nova-detail .nova-section__head .nova-kicker {
    min-width: auto;
    font-size: 12px;
}

.nova-play-sources {
    display: grid;
    gap: 10px;
}

.nova-source {
    padding: 12px;
}

#nova-detail .nova-source h3 {
    margin-bottom: 8px;
    font-size: 16px;
}

.nova-episode-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nova-episode-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 8px;
    border-radius: var(--nova-radius);
    background: var(--nova-surface-2);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.nova-episode-grid li.is-active a,
.nova-episode-grid a:hover {
    color: #fff;
    background: var(--nova-accent);
}

.nova-third-party-source {
    overflow: hidden;
}

.nova-third-party-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.nova-third-party-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 72px;
    padding: 10px;
    border: 1px solid var(--nova-line);
    border-radius: var(--nova-radius);
    background: var(--nova-surface-2);
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.nova-third-party-card:hover {
    color: var(--nova-text);
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--nova-accent) 34%, var(--nova-line));
    background: color-mix(in srgb, var(--nova-accent) 10%, var(--nova-surface));
    box-shadow: 0 12px 28px color-mix(in srgb, var(--nova-accent) 12%, transparent);
}

.nova-third-party-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: var(--nova-radius);
    background: var(--nova-surface);
    overflow: hidden;
}

.nova-third-party-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nova-third-party-logo em {
    color: var(--nova-accent-strong);
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
}

.nova-third-party-copy {
    min-width: 0;
}

.nova-third-party-copy strong,
.nova-third-party-copy small {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nova-third-party-copy strong {
    font-size: 15px;
    line-height: 1.35;
}

.nova-third-party-copy small {
    margin-top: 2px;
    color: var(--nova-muted);
    font-size: 12px;
}

.nova-third-party-card[data-brand="qq"] .nova-third-party-logo {
    background: rgba(47, 139, 237, .12);
}

.nova-third-party-card[data-brand="youku"] .nova-third-party-logo {
    background: rgba(255, 74, 112, .12);
}

.nova-third-party-card[data-brand="iqiyi"] .nova-third-party-logo {
    background: rgba(31, 138, 112, .12);
}

.nova-third-party-card[data-brand="bilibili"] .nova-third-party-logo {
    background: rgba(251, 114, 153, .14);
}

.nova-third-party-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(16, 25, 37, .58);
    backdrop-filter: blur(8px);
}

.nova-third-party-modal.is-active {
    display: flex;
}

.nova-third-party-modal__card {
    width: min(100%, 420px);
    padding: 24px;
    border: 1px solid var(--nova-line);
    border-radius: var(--nova-radius);
    background: var(--nova-surface);
    box-shadow: var(--nova-shadow);
}

.nova-third-party-modal__eyebrow {
    color: var(--nova-accent-strong);
    font-size: 13px;
    font-weight: 800;
}

.nova-third-party-modal h3 {
    margin: 8px 0 6px;
    font-size: 20px;
    line-height: 1.25;
}

.nova-third-party-modal p {
    margin: 0;
    color: var(--nova-muted);
    font-size: 14px;
}

.nova-third-party-modal__count {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
    padding: 12px;
    border-radius: var(--nova-radius);
    background: var(--nova-surface-2);
}

.nova-third-party-modal__count strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: var(--nova-accent);
}

.nova-third-party-modal__count span {
    color: var(--nova-text);
    font-weight: 800;
}

.nova-third-party-modal__note {
    display: none;
    padding: 10px 12px;
    border-radius: var(--nova-radius);
    background: color-mix(in srgb, var(--nova-accent) 12%, transparent);
}

.nova-third-party-modal__note.is-active {
    display: block;
}

.nova-third-party-modal__actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.nova-prose {
    max-width: var(--nova-shell);
}

.nova-prose p {
    color: var(--nova-muted);
    font-size: 14px;
    line-height: 1.6;
}

.nova-player-stage {
    padding: 18px 0 0;
}

.nova-player-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 18px;
}

.nova-player-box {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: var(--nova-radius);
    background: #090807;
    box-shadow: var(--nova-shadow);
}

.nova-player-box iframe,
.nova-player-box video,
.nova-player-box embed,
.nova-player-box object,
.nova-player-box .MacPlayer,
.nova-player-box #playleft,
.nova-player-box #player {
    width: 100% !important;
    height: 100% !important;
}

.nova-player-lock {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.nova-player-aside {
    padding: 18px;
    border-radius: var(--nova-radius);
    background: var(--nova-surface);
    border: 1px solid var(--nova-line);
}

.nova-player-aside h1 {
    font-size: clamp(18px, 2vw, 22px);
}

.nova-player-aside p {
    color: var(--nova-muted);
}

.nova-player-actions,
.nova-next-prev {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.nova-player-actions a,
.nova-next-prev a {
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--nova-surface-2);
    border: 1px solid transparent;
}

.nova-next-prev a.is-disabled {
    opacity: .45;
    pointer-events: none;
}

.nova-empty,
.nova-unavailable {
    padding: clamp(28px, 5vw, 56px);
    text-align: center;
}

.nova-empty strong {
    display: block;
    font-size: 18px;
}

.nova-empty p,
.nova-footer__text,
.nova-footer__meta {
    color: var(--nova-muted);
}

.nova-empty a,
.nova-unavailable__actions a {
    margin-top: 12px;
}

.nova-unavailable {
    margin-top: clamp(32px, 6vw, 76px);
}

.nova-unavailable__actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.nova-footer {
    margin-top: clamp(44px, 7vw, 84px);
    border-width: 1px 0 0;
    border-radius: 0;
    font-size: 14px;
}

.nova-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
    gap: 28px;
    padding: 22px 0;
}

.nova-footer__brand img {
    width: 104px;
    max-height: 34px;
    object-fit: contain;
}

.nova-footer__aside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.nova-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nova-footer__text {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.55;
}

.nova-footer__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.nova-footer__meta p {
    margin: 0;
}

.nova-footer__record {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nova-footer__record a {
    color: var(--nova-muted);
}

.nova-footer__links a,
.nova-footer__meta {
    font-size: 13px;
    line-height: 1.55;
}

.nova-footer__links a {
    color: var(--nova-muted);
}

.tplconfig_history_pop,
.share-drop-wrap {
    display: none;
}

.tplconfig_history_pop {
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: rgba(20, 17, 14, .42);
}

.tplconfig_history_bg,
.dropdown {
    width: min(420px, calc(100% - 32px));
    margin: 12vh auto 0;
    padding: 20px;
    border-radius: var(--nova-radius);
    background: var(--nova-surface);
    font-size: 16px;
    max-height: min(72vh, 620px);
    overflow: auto;
}

.tplconfig_history_title {
    display: flex;
    justify-content: space-between;
    font-weight: 800;
}

.nova-share-pop .share-drop-wrap {
    position: fixed;
    inset: 0;
    z-index: 1300;
    background: rgba(14, 31, 52, .44);
    padding: 16px;
}

.nova-share-pop .dropdown,
.nova-share-panel {
    display: block;
}

.nova-share-panel {
    width: min(460px, calc(100% - 32px));
    margin: 12vh auto 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--nova-line);
    box-shadow: var(--nova-shadow);
}

.nova-share-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-bottom: 1px solid var(--nova-line);
}

.nova-share-panel__head strong {
    font-size: 18px;
}

.nova-share-panel__close {
    width: 34px;
    height: 34px;
    border: 1px solid var(--nova-line);
    border-radius: 999px;
    color: var(--nova-muted);
    background: var(--nova-surface);
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}

.nova-share-panel__channels {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 16px 18px 0;
}

.nova-share-panel__channels a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nova-line);
    border-radius: var(--nova-radius);
    background: var(--nova-surface-2);
    color: var(--nova-accent-strong);
    font-weight: 800;
}

.nova-share-panel__channels a::before {
    display: none !important;
}

.nova-share-panel__copy {
    display: grid;
    gap: 10px;
    padding: 16px 18px 18px;
}

.nova-share-panel__copy .share_tips {
    color: var(--nova-muted);
    font-size: 13px;
}

.nova-share-panel__copy .share_link {
    display: block;
    max-height: 74px;
    padding: 10px 12px;
    overflow: auto;
    border: 1px solid var(--nova-line);
    border-radius: var(--nova-radius);
    background: color-mix(in srgb, var(--nova-surface-2) 62%, var(--nova-surface));
    color: var(--nova-text);
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.nova-share-panel__button {
    min-height: 40px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--nova-accent);
    cursor: pointer;
    font-weight: 800;
}

.nova-share-panel__feedback {
    min-height: 18px;
    color: var(--nova-accent-strong);
    font-style: normal;
    font-size: 13px;
}

.am-share {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 1300;
    display: none;
    width: min(420px, calc(100% - 24px));
    padding: 16px;
    border: 1px solid var(--nova-line);
    border-radius: 14px;
    background: var(--nova-surface);
    box-shadow: var(--nova-shadow);
    transform: translateX(-50%);
}

.am-share-url,
.am-share-footer {
    display: grid;
    gap: 10px;
}

.am-share-url .title_span {
    color: var(--nova-muted);
    font-size: 13px;
}

.am-share-url .url_span {
    display: block;
    max-height: 72px;
    padding: 10px 12px;
    overflow: auto;
    border: 1px solid var(--nova-line);
    border-radius: var(--nova-radius);
    background: var(--nova-surface-2);
    color: var(--nova-text);
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.am-share-footer {
    grid-template-columns: 1fr 1fr;
    margin-top: 12px;
}

.am-share-footer .share_btn,
.am-share-footer .copy_btn {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 800;
}

.am-share-footer .share_btn {
    border: 1px solid var(--nova-line);
    color: var(--nova-muted);
    background: var(--nova-surface);
}

.am-share-footer .copy_btn {
    color: #fff;
    background: var(--nova-accent);
}

.copy-tip {
    position: fixed;
    left: 50%;
    bottom: 96px;
    z-index: 1400;
    min-width: 132px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #fff;
    background: rgba(24, 38, 56, .86);
    text-align: center;
    transform: translateX(-50%);
    font-size: 14px;
}

.hl_wrap {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.hl_wrap .mac_pop_bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    background: rgba(15, 26, 40, .5);
    backdrop-filter: blur(8px);
}

.hl_content {
    position: relative;
    z-index: 1;
    width: min(420px, calc(100vw - 32px));
    max-height: min(78vh, 560px);
    overflow: auto;
    border: 1px solid color-mix(in srgb, var(--nova-line) 76%, transparent);
    border-radius: 14px;
    background: var(--nova-surface);
    box-shadow: 0 24px 64px rgba(20, 39, 64, .24);
}

.hl_content.hl_notice {
    opacity: 0;
    transform: translateY(12px) scale(.96);
    transition: opacity .24s ease, transform .24s ease;
}

.hl_content.hl_notice.hl_show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.hl_content_hd {
    padding: 22px 24px 0;
}

.hl_content_title {
    margin: 0;
    color: var(--nova-text);
    font-size: 20px;
    line-height: 1.28;
    font-weight: 800;
}

.hl_content_bd {
    max-height: 46vh;
    overflow: auto;
    padding: 14px 24px 18px;
    color: var(--nova-muted);
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
    overflow-wrap: anywhere;
}

.hl_content_bd p {
    margin: 0 0 8px;
}

.hl_content_ft {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 0 24px 22px;
}

.hl_content_ft a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
}

.hl_content_ft .hl_btn_no {
    min-width: 112px;
    color: #fff;
    background: var(--nova-accent);
}

.hl_content_ft .close_box {
    color: var(--nova-muted);
    border: 1px solid var(--nova-line);
    background: var(--nova-surface-2);
}

@media (max-width: 1080px) {
    .nova-header__inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .nova-nav {
        display: none;
    }

    .nova-menu-toggle {
        display: inline-flex;
    }

    .nova-hero__grid,
    .nova-detail-hero__grid,
    .nova-player-layout {
        grid-template-columns: 1fr;
    }

    .nova-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .nova-rank-columns,
    .nova-footer__inner {
        grid-template-columns: 1fr;
    }

    .nova-rank-page__grid {
        grid-template-columns: 1fr;
    }

    .nova-actor-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .nova-page {
        padding-top: 58px;
    }

    .nova-section {
        padding-top: 16px;
    }

    .nova-header__inner {
        min-height: 58px;
        gap: 12px;
        grid-template-columns: minmax(0, 1fr) auto;
        justify-content: space-between;
    }

    .nova-brand__name,
    .nova-search,
    .nova-action--text {
        display: none;
    }

    .nova-brand__mark {
        width: 116px;
        height: 34px;
    }

    .nova-logo {
        max-width: 116px;
        max-height: 34px;
    }

    .nova-actions {
        justify-content: flex-end;
    }

    .nova-mobile-panel {
        padding-inline: 12px;
    }

    .nova-mobile-search input {
        height: 44px;
    }

    .nova-action,
    .nova-menu-toggle {
        min-width: 34px;
        height: 34px;
    }

    .nova-action.mycolor {
        min-width: 32px;
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .nova-hero {
        padding: 12px 0 8px;
    }

    .nova-hero__feature {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 10px;
        gap: 12px;
    }

    .nova-hero__feature--cinema {
        height: auto;
        min-height: 0;
        padding: 0;
    }

    .nova-hero__slides,
    .nova-hero__image {
        aspect-ratio: 16 / 9;
    }

    .nova-hero__feature--cinema .nova-hero__slides {
        height: auto;
        min-height: 0;
    }

    .nova-hero__content {
        left: 18px;
        right: 18px;
        bottom: 34px;
    }

    .nova-hero__content h1 {
        margin: 4px 0 6px;
        font-size: 20px;
    }

    .nova-hero__content p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        line-height: 1.5;
    }

    .nova-hero__content .nova-hero__meta {
        gap: 6px;
        margin: 8px 0 10px;
    }

    .nova-hero__content .nova-hero__meta span,
    .nova-hero__content .nova-hero__meta strong {
        padding: 3px 8px;
        font-size: 13px;
    }

    .nova-hero__feature--cinema .nova-btn--primary {
        min-height: 34px;
        padding-inline: 14px;
        font-size: 14px;
    }

    .nova-hero__feature--cinema .nova-hero__dots {
        left: 18px;
        bottom: 12px;
    }

    .nova-hero__slide-caption {
        right: 8px;
        bottom: 8px;
        left: 8px;
        padding: 9px;
    }

    .nova-hero__slide-caption em {
        display: none;
    }

    .nova-hero h1 {
        margin: 4px 0;
        font-size: 20px;
    }

    .nova-hero p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
    }

    .nova-hero__meta {
        margin: 8px 0 10px;
    }

    .nova-hero__side {
        padding: 10px;
    }

    .nova-hero__side h2 {
        font-size: 18px;
    }

    .nova-hot-list a {
        grid-template-columns: 22px 40px minmax(0, 1fr);
        gap: 8px;
        padding: 5px 0;
    }

    .nova-hot-list__thumb {
        width: 40px;
        border-radius: 7px;
    }

    .nova-hot-list em {
        grid-column: 3;
    }

    .nova-rank-page__section-note {
        font-size: 13px;
    }

    .nova-rank-page__card {
        padding: 14px;
    }

    .nova-rank-page__card-head {
        align-items: center;
        margin-bottom: 14px;
    }

    .nova-rank-page__card-head h3 {
        font-size: 20px;
    }

    .nova-rank-page__feature {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 12px;
        padding: 10px;
    }

    .nova-rank-page__feature-body strong {
        margin-top: 8px;
        font-size: 18px;
    }

    .nova-rank-page__feature-meta {
        gap: 6px;
    }

    .nova-rank-page__feature-meta span {
        min-height: 26px;
        padding-inline: 9px;
    }

    .nova-rank-page__list a {
        grid-template-columns: 30px minmax(0, 1fr) auto;
        gap: 10px;
        padding: 11px 0;
    }

    .nova-rank-page__index {
        width: 30px;
        height: 30px;
        border-radius: 10px;
        font-size: 13px;
    }

    .nova-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .nova-listing__head {
        margin-bottom: 10px;
    }

    .nova-listing__head h1 {
        margin-block: 4px;
        font-size: 22px;
        line-height: 1.2;
    }

    .nova-listing__head p {
        display: -webkit-box;
        margin: 0;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        line-height: 1.5;
    }

    .nova-section__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        margin-bottom: 10px;
    }

    .nova-section__head h2 {
        font-size: 18px;
    }

    .nova-latest-tabs .nova-section__head {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 12px;
    }

    .nova-latest-tabs .nova-section__head a {
        white-space: nowrap;
    }

    .nova-tab-nav {
        margin-bottom: 12px;
    }

    .nova-tab-nav button {
        min-height: 34px;
        padding-inline: 13px;
        font-size: 14px;
    }

    .nova-channel-filter-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 38px;
        margin-bottom: 10px;
        border: 1px solid color-mix(in srgb, var(--nova-accent) 28%, var(--nova-line));
        border-radius: 999px;
        color: var(--nova-accent-strong);
        background: var(--nova-surface);
        font-size: 14px;
        font-weight: 800;
    }

    .nova-channel-filter {
        display: none;
        grid-template-columns: 1fr;
        gap: 8px;
        overflow-x: visible;
        margin-bottom: 14px;
        padding: 10px;
    }

    .nova-channel-filter.is-open {
        display: grid;
    }

    .nova-channel-filter::-webkit-scrollbar {
        display: none;
    }

    .nova-channel-filter__col {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: start;
        column-gap: 8px;
    }

    .nova-channel-filter__col strong {
        margin: 4px 0 0;
        font-size: 12px;
        line-height: 25px;
    }

    .nova-channel-filter nav {
        flex-wrap: nowrap;
        gap: 5px;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    .nova-channel-filter nav::-webkit-scrollbar {
        display: none;
    }

    .nova-channel-filter nav a,
    .nova-channel-filter__more {
        flex: 0 0 auto;
        min-height: 25px;
        padding-inline: 7px;
        font-size: 12px;
    }

    .nova-channel-block {
        padding-top: 10px;
    }

    .nova-channel-block .nova-section__head {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .nova-tab-more {
        display: inline-flex;
    }

    .nova-filter__summary,
    .nova-sortbar {
        grid-template-columns: 1fr;
    }

    .nova-filter {
        position: relative;
        padding: 10px;
        border-radius: 6px;
    }

    .nova-filter__summary {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .nova-filter__summary strong {
        order: 1;
        min-width: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .nova-filter__summary div {
        order: 3;
        grid-column: 1 / -1;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .nova-filter__summary div:empty {
        display: none;
    }

    .nova-filter__toggle {
        order: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .nova-filter__reset {
        display: none;
    }

    .nova-filter__body {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: max-height .24s ease;
    }

    .nova-filter.is-open .nova-filter__body {
        max-height: 760px;
    }

    .nova-filter__body > .nova-filter__row:first-child {
        margin-top: 8px;
    }

    .nova-filter__row {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 8px;
        align-items: start;
        padding-top: 7px;
    }

    .nova-filter__row > span {
        padding-top: 7px;
        font-size: 13px;
    }

    .nova-filter__row nav {
        gap: 6px;
        padding-bottom: 2px;
        overflow-x: auto;
        flex-wrap: nowrap;
        scroll-snap-type: x proximity;
    }

    .nova-filter__row a,
    .nova-sortbar nav a,
    .nova-pill-row a {
        flex: 0 0 auto;
        min-height: 30px;
        padding-inline: 10px;
        font-size: 14px;
        scroll-snap-align: start;
    }

    .nova-sortbar {
        gap: 8px;
        padding: 10px 12px;
    }

    .nova-sortbar nav {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .nova-detail-hero__grid {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 10px;
        align-items: start;
    }

    .nova-detail-side {
        grid-column: 1 / -1;
        padding: 12px;
    }

    .nova-detail-main h1 {
        font-size: 20px;
    }

    .nova-detail-blurb {
        display: none;
    }

    .nova-detail-meta {
        gap: 6px;
        margin: 7px 0 9px;
    }

    .nova-detail-meta span {
        padding: 4px 8px;
        font-size: 12px;
        line-height: 1.35;
    }

    .nova-detail-actions {
        gap: 7px;
    }

    .nova-detail-actions .nova-detail-button a,
    .nova-detail-actions .nova-btn {
        min-height: 32px;
        padding-inline: 10px;
        font-size: 14px;
    }

    .nova-detail-title {
        margin: 0;
    }

    .nova-detail-kicker-row {
        gap: 8px;
        margin-bottom: 3px;
    }

    #nova-detail .nova-detail-rating .rating {
        gap: 5px;
    }

    #nova-detail .nova-detail-rating .big-star {
        font-size: 16px;
    }

    #nova-detail .nova-detail-rating .label-list {
        display: none;
    }

    .nova-detail-side dl {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 8px;
        row-gap: 6px;
    }

    .nova-detail-side dt,
    .nova-detail-side dd {
        margin: 0;
        font-size: 13px;
        line-height: 1.45;
    }

    .nova-detail-side__title {
        margin-bottom: 8px;
        font-size: 15px;
    }

    .nova-episode-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nova-third-party-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nova-actor-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tplconfig_history_bg,
    .dropdown {
        width: min(340px, calc(100% - 24px));
        margin-top: 10vh;
        padding: 16px;
    }

    .nova-share-pop .share-drop-wrap {
        display: none;
        align-items: flex-end;
        padding: 0;
    }

    .nova-share-pop .share-drop-wrap[style*="block"],
    .nova-share-pop .share-drop-wrap.is-open {
        display: flex !important;
    }

    .nova-share-panel {
        width: 100%;
        max-height: 82vh;
        margin: 0;
        border-radius: 16px 16px 0 0;
        border-width: 1px 0 0;
    }

    .nova-share-panel__head {
        padding: 14px 16px;
    }

    .nova-share-panel__channels {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 14px 16px 0;
    }

    .nova-share-panel__copy {
        padding: 14px 16px 18px;
    }
}

@media (max-width: 430px) {
    .nova-shell {
        width: min(calc(100% - 24px), var(--nova-shell));
    }

    .nova-rank-page__feature {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .nova-rank-page__feature-body strong {
        font-size: 16px;
    }

    .nova-rank-page__list a {
        grid-template-columns: 28px minmax(0, 1fr) auto;
        gap: 8px;
    }

    .nova-detail-hero__grid {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .nova-detail-poster {
        width: 92px;
    }

    .nova-episode-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nova-third-party-grid {
        grid-template-columns: 1fr;
    }

    .nova-third-party-modal__actions {
        flex-direction: column;
    }

    .nova-third-party-modal__actions .nova-btn {
        width: 100%;
    }
}

#nova-play #pinglun.nova-shell {
    width: min(calc(100% - 48px), var(--nova-shell));
}

.nova-comment-section__head {
    align-items: end;
}

.nova-comment-section__summary {
    max-width: 520px;
    margin: 0;
    color: #6f7e95;
    font-size: 15px;
    line-height: 1.7;
}

.nova-comment-shell {
    padding: clamp(22px, 3.4vw, 34px);
    border: 1px solid rgba(214, 224, 236, 0.95);
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(255, 180, 120, 0.12), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
    box-shadow: 0 22px 70px rgba(30, 58, 95, 0.08);
}

.nova-comment-shell .mac_comment {
    background: transparent !important;
}

.nova-comment-shell .part_rows,
.nova-comment-shell .page {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nova-comment-composer {
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.95));
    border: 1px solid rgba(222, 230, 240, 0.95);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.nova-comment-composer__head {
    display: flex;
    align-items: start;
    gap: 18px;
    margin-bottom: 18px;
}

.nova-comment-composer__copy {
    max-width: 620px;
}

.nova-comment-composer__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(242, 113, 44, 0.1);
    color: #d26421;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.nova-comment-composer__copy strong {
    display: block;
    margin-top: 12px;
    color: #1e2d42;
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.2;
}

.nova-comment-composer__copy p {
    margin: 10px 0 0;
    color: #6a7a91;
    font-size: 14px;
    line-height: 1.8;
}

.nova-comment-shell .comment_form {
    margin: 0;
}

.nova-comment-shell .input_wrap {
    width: 100%;
}

.nova-comment-shell .input_wrap textarea.comment_content {
    width: 100%;
    min-height: 148px;
    padding: 20px 22px;
    border: 1px solid rgba(218, 227, 239, 0.96);
    border-radius: 16px;
    background: rgba(252, 253, 255, 0.98);
    color: #23344b;
    font-size: 15px;
    line-height: 1.85;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
    resize: vertical;
}

.nova-comment-shell .input_wrap textarea.comment_content::placeholder {
    color: #9aa8bb;
}

.nova-comment-shell .input_wrap textarea.comment_content:focus {
    border-color: rgba(241, 109, 47, 0.5);
    background: #fff;
    box-shadow: 0 0 0 5px rgba(243, 120, 52, 0.12);
    outline: none;
}

.nova-comment-shell .input_wrap textarea.comment_content.is-invalid,
.nova-comment-shell .verify.is-invalid {
    border-color: rgba(225, 91, 62, 0.7);
    background: rgba(255, 248, 246, 0.98);
    box-shadow: 0 0 0 4px rgba(225, 91, 62, 0.12);
}

.nova-comment-shell .part_rows_fa .smt {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px 18px;
    margin-top: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height 220ms ease, opacity 180ms ease, margin-top 180ms ease;
}

.nova-comment-shell .part_rows_fa .smt.smt_hidn {
    margin-top: 16px;
    opacity: 1;
    max-height: 220px;
    pointer-events: auto;
}

.nova-comment-toolbar__tips {
    color: #75839a;
    font-size: 13px;
    line-height: 1.6;
}

.nova-comment-toolbar__tips .comment_remaining {
    display: inline-block;
    margin: 0 4px;
    color: #ea6d2f;
    font-size: 18px;
    font-weight: 700;
    vertical-align: -1px;
}

.nova-comment-toolbar__actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.nova-comment-shell .comm-code {
    width: 108px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(220, 229, 240, 0.95);
    background: #fff;
    object-fit: cover;
}

.nova-comment-shell .verify {
    width: 138px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(218, 227, 239, 0.96);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    color: #203148;
    font-size: 14px;
}

.nova-comment-shell .verify:focus {
    border-color: rgba(241, 109, 47, 0.45);
    box-shadow: 0 0 0 4px rgba(243, 120, 52, 0.12);
    outline: none;
}

.nova-comment-shell .comment_submit {
    min-width: 108px;
    height: 42px;
    padding: 0 20px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #f97337, #f3a144);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 14px 28px rgba(243, 120, 52, 0.22);
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.nova-comment-shell .comment_submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(243, 120, 52, 0.26);
    filter: saturate(1.04);
}

.nova-comment-shell .comment_submit:active {
    transform: translateY(0);
    box-shadow: 0 10px 20px rgba(243, 120, 52, 0.2);
}

.nova-comment-shell .part_rows {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.nova-comment-shell .comm_each.nova-comment-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    margin: 0;
    padding: 0;
    border: 0;
}

.nova-comment-item__avatar {
    padding-top: 4px;
}

.nova-comment-shell .comm_avat {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    border: 1px solid rgba(223, 231, 242, 0.95);
    object-fit: cover;
    background: #f8fbff;
}

.nova-comment-item__card {
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid rgba(222, 230, 240, 0.95);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 16px 44px rgba(37, 65, 101, 0.06);
}

.nova-comment-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.nova-comment-item__head .text_line {
    color: #1f2f45;
    font-size: 16px;
    font-weight: 700;
}

.nova-comment-shell .part_tips {
    position: static;
    flex: 0 0 auto;
    color: #8b98ab;
    font-size: 12px;
    white-space: nowrap;
}

.nova-comment-item__content {
    margin-top: 10px;
}

.nova-comment-item__text,
.nova-comment-reply__text {
    color: #304156;
    font-size: 14px;
    line-height: 1.9;
    word-break: break-word;
}

.nova-comment-item__actions,
.nova-comment-reply__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.nova-comment-shell .gw_action a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 12px;
    background: rgba(245, 248, 252, 0.96);
    border: 1px solid rgba(225, 232, 241, 0.96);
    color: #66778d;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.nova-comment-shell .gw_action a:hover {
    color: #d96b2b;
    border-color: rgba(243, 120, 52, 0.28);
    background: rgba(255, 244, 236, 0.9);
    transform: translateY(-1px);
}

.nova-comment-shell .gw_action .iconfont {
    font-size: 14px;
}

.nova-comment-shell .gw_action em {
    font-style: normal;
}

.nova-comment-shell .comment_report {
    display: inline-flex;
}

.nova-comment-reply {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(224, 232, 241, 0.95);
    background: linear-gradient(180deg, rgba(248, 250, 253, 0.98), rgba(243, 247, 251, 0.96));
}

.nova-comment-reply__meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2a3b52;
    font-size: 13px;
    font-weight: 700;
}

.nova-comment-reply__meta em {
    color: #8896aa;
    font-style: normal;
    font-weight: 400;
}

.nova-comment-footer {
    margin-top: 28px;
}

.nova-comment-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.nova-comment-page li {
    margin: 0;
}

.nova-comment-page a,
.nova-comment-page .num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(223, 232, 242, 0.96);
    color: #67788e;
    font-size: 13px;
    text-decoration: none;
}

.nova-comment-page a:hover {
    color: #da6d2d;
    border-color: rgba(243, 120, 52, 0.28);
    background: rgba(255, 246, 239, 0.92);
}

.nova-comment-page .active .page_current,
.nova-comment-page .page_current {
    background: linear-gradient(135deg, #f97337, #f3a144);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 12px 24px rgba(243, 120, 52, 0.2);
}

.nova-comment-page .btns_disad {
    opacity: 0.52;
    pointer-events: none;
}

.nova-comment-page__tips {
    margin-top: 14px;
    color: #8190a4;
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
}

.nova-comment-empty {
    display: grid;
    justify-items: center;
    gap: 8px;
    margin-top: 28px;
    padding: 36px 24px;
    border: 1px dashed rgba(221, 229, 239, 0.96);
    border-radius: 16px;
    background: rgba(251, 252, 255, 0.92);
    text-align: center;
}

.nova-comment-empty .message-img {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 35% 35%, rgba(246, 171, 120, 0.65), transparent 28%),
        linear-gradient(180deg, rgba(255, 244, 236, 0.96), rgba(247, 250, 254, 0.92));
    border: 1px solid rgba(225, 233, 242, 0.95);
}

.nova-comment-empty strong {
    color: #24354c;
    font-size: 18px;
}

.nova-comment-empty p {
    max-width: 380px;
    margin: 0;
    color: #7a899d;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 820px) {
    #nova-play #pinglun.nova-shell {
        width: min(calc(100% - 24px), var(--nova-shell));
    }

    .nova-comment-section__head {
        align-items: start;
    }

    .nova-comment-section__summary {
        font-size: 14px;
    }

    .nova-comment-shell {
        padding: 16px;
        border-radius: 18px;
    }

    .nova-comment-composer {
        padding: 18px;
        border-radius: 16px;
    }

    .nova-comment-composer__head {
        margin-bottom: 14px;
    }

    .nova-comment-composer__copy strong {
        font-size: 20px;
    }

    .nova-comment-shell .input_wrap textarea.comment_content {
        min-height: 132px;
        padding: 16px 18px;
        border-radius: 14px;
        font-size: 14px;
    }

    .nova-comment-shell .part_rows_fa .smt,
    .nova-comment-shell .part_rows_fa .smt.smt_hidn {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .nova-comment-toolbar__actions {
        justify-content: flex-start;
    }

    .nova-comment-shell .verify {
        flex: 1 1 136px;
        width: auto;
    }

    .nova-comment-shell .comment_submit {
        width: 100%;
    }

    .nova-comment-shell .comm_each.nova-comment-item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
    }

    .nova-comment-shell .comm_avat {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .nova-comment-item__card {
        padding: 15px 16px;
        border-radius: 14px;
    }

    .nova-comment-item__head {
        flex-direction: column;
        align-items: start;
    }

    .nova-comment-item__head .text_line {
        font-size: 15px;
    }

    .nova-comment-shell .gw_action a {
        min-height: 32px;
        padding: 0 11px;
    }

    .nova-comment-reply {
        padding: 12px 13px;
        border-radius: 12px;
    }
}
