/* =====================================================
   TouDY UI 增强样式（首页 / 列表页通用）
   主色：#25FEB3 → #D3FC46 渐变
   ===================================================== */

/* —— 内容区大屏居中 —— */
.page-content {
    max-width: 1680px;
    margin-left: 200px;
    margin-right: auto;
    width: auto;
}

/* ===== 板块标题（首页） ===== */
.block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 34px 0 4px;
}
.block-header .block-title {
    display: inline-flex;
    align-items: center;
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    letter-spacing: .5px;
    padding-left: 16px;
    position: relative;
}
.block-header .block-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 20px;
    border-radius: 6px;
    background: linear-gradient(180deg, #25FEB3, #D3FC46);
    box-shadow: 0 0 12px rgba(37, 254, 179, .45);
}
.block-header .block-title::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25FEB3, #D3FC46);
    margin-left: 10px;
    opacity: .9;
    box-shadow: 0 0 8px rgba(37, 254, 179, .6);
}
.block-header .more-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 18px;
    font-size: 13px;
    color: rgba(255, 255, 255, .75);
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    transition: all .25s ease;
}
.block-header .more-link::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .25s ease;
    flex-shrink: 0;
}
.block-header .more-link:hover {
    color: #16161a;
    background: linear-gradient(90deg, #25FEB3, #D3FC46);
    border-color: transparent;
    box-shadow: 0 4px 18px rgba(37, 254, 179, .35);
    transform: translateY(-1px);
}
.block-header .more-link:hover::after {
    transform: rotate(45deg) translate(2px, -2px);
}

/* ===== 轮播（首页） ===== */
.mySwiper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .45);
}
.mySwiper .swiper-slide {
    overflow: hidden;
}
.mySwiper .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55%;
    background: linear-gradient(to top, rgba(22, 22, 26, .85), rgba(22, 22, 26, 0));
    pointer-events: none;
    z-index: 1;
}
.mySwiper img {
    border-radius: 0;
}
.mySwiper .title {
    background: rgba(22, 22, 26, .55);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #fff;
    top: auto;
    bottom: 18px;
    left: 18px;
    right: auto;
    min-width: 0;
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .14);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    z-index: 2;
    text-align: left;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(22, 22, 26, .5);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, .15);
}
.mySwiper .swiper-button-next { right: 14px; }
.mySwiper .swiper-button-prev { left: 14px; }
.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 700;
}
.mySwiper .swiper-pagination { bottom: 12px; }

/* ===== 视频卡片（首页 / 列表通用） ===== */
.list {
    transition: transform .25s ease;
}
.list:hover {
    transform: translateY(-4px);
}
.list .img-grid {
    box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
    transition: filter .2s, box-shadow .25s ease;
}
.list:hover .img-grid {
    box-shadow: 0 14px 30px rgba(0, 0, 0, .5);
}
/* 播放按钮 */
.list .play-icon {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}
.list .play-icon::before {
    content: '';
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(37, 254, 179, .95), rgba(211, 252, 70, .95));
    box-shadow: 0 6px 24px rgba(37, 254, 179, .55);
    transform: scale(.7);
    transition: transform .3s ease;
}
.list .play-icon::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #16161a;
    margin-left: 5px;
    transform: scale(.7);
    transition: transform .3s ease;
}
.list:hover .play-icon { opacity: 1; }
.list:hover .play-icon::before,
.list:hover .play-icon::after { transform: scale(1); }
/* 标题自适应高度（超长最多两行截断）+ hover 变色 */
.list h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    white-space: normal;
    transition: color .2s ease;
}
.list:hover h4 { color: #25FEB3; }
/* 底部标签 */
.list .tag {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .72) 100%);
    font-weight: 500;
    letter-spacing: .3px;
}
/* 简介：固定两行省略（占满卡片宽度，超长截断，两行行高36px不留第三行） */
.list .text-truncate-2 {
    display: -webkit-box;
    width: 100%;
    max-width: 100% !important;
    min-height: 36px;
    color: rgba(255, 255, 255, .55) !important;
    font-size: 12px !important;
}

/* ===== 列表页头部 ===== */
.list-header {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 12px;
    margin: 6px 0 20px;
}
.list-header .list-title {
    font-size: 26px;
    font-weight: 800;
    margin: 0;
    display: inline-flex;
    align-items: center;
    padding-left: 16px;
    position: relative;
}
.list-header .list-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 24px;
    border-radius: 6px;
    background: linear-gradient(180deg, #25FEB3, #D3FC46);
    box-shadow: 0 0 12px rgba(37, 254, 179, .45);
}
.list-header .list-count {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
}

/* ===== 筛选面板（列表页） ===== */
.filter-panel {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    padding: 18px 20px;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.filter-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.filter-label {
    flex-shrink: 0;
    width: 56px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #25FEB3, #D3FC46);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.filter-opts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.filter-opts .item {
    padding: 5px 14px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .7);
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .04);
    border-radius: 999px;
    transition: all .2s ease;
    white-space: nowrap;
}
.filter-opts .item:hover {
    color: #fff;
    border-color: rgba(37, 254, 179, .5);
    background: rgba(37, 254, 179, .1);
}
.filter-opts .item.current {
    color: #16161a;
    font-weight: 600;
    background: linear-gradient(90deg, #25FEB3, #D3FC46);
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(37, 254, 179, .35);
}

/* ===== 分页 ===== */
.pagination .page-link {
    transition: all .2s ease;
}
.pagination .page-item:not(.active) .page-link:hover {
    border-color: rgba(37, 254, 179, .5);
    background: rgba(37, 254, 179, .12);
    color: #fff;
}
.pagination .page-item.active .page-link {
    box-shadow: 0 4px 14px rgba(37, 254, 179, .35);
}

/* ===== 左侧菜单栏 ===== */
.sidebar {
    padding: 20px 12px 0;
    background: linear-gradient(180deg, #191a1e 0%, #15161a 100%);
    border-right: 1px solid rgba(255, 255, 255, .07);
}
.logo {
    padding-bottom: 20px;
}
.logo img {
    height: 34px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}
/* 移除原浅色主题残留：激活项旁的白色圆角装饰（保留 ::before 用作左侧指示条） */
.navbar-item.active::after,
.navbar-item.active .links::before,
.navbar-item.active .links::after,
.navbar-item .links > div {
    display: none;
}
.navbar-item {
    height: 44px;
    padding: 0 8px;
    margin-bottom: 2px;
    line-height: 44px;
}
.navbar-item .links {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}
.navbar-item .links > i {
    font-size: 17px;
    line-height: 1;
}
.navbar-item .links span {
    flex: 1;
}
/* 右侧箭头：hover 时滑入（覆盖原主题的红色） */
.navbar-item .links i.icon-arrow-go {
    float: none;
    margin: 0;
    font-size: 11px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all .22s ease;
}
.navbar-item:hover .links {
    color: #fff;
    background: rgba(255, 255, 255, .06);
}
.navbar-item:hover .links i.icon-arrow-go {
    opacity: .55;
    transform: translateX(0);
    color: #fff;
}
.navbar-item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 22px;
    border-radius: 3px;
    background: linear-gradient(180deg, #25FEB3, #D3FC46);
}
.navbar-item.active .links {
    color: #fff;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(37, 254, 179, 0.18) 0%, rgba(211, 252, 70, 0.05) 70%, transparent 100%);
}
.navbar-item.active .links span {
    flex: 1;
    background: linear-gradient(90deg, #25FEB3, #D3FC46);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar-item.active .links i.icon-arrow-go {
    display: none;
}
.navbar-hr {
    height: 1px;
    margin: 12px 16px;
    background: rgba(255, 255, 255, .07);
}
/* 移动端汉堡按钮（桌面隐藏） */
.nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    padding: 0;
    color: #fff;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    cursor: pointer;
    flex-shrink: 0;
    transition: all .2s ease;
}
.nav-toggle:hover {
    color: #16161a;
    background: linear-gradient(90deg, #25FEB3, #D3FC46);
    border-color: transparent;
}
/* 平板：顶栏跟随侧边栏让位，避免与菜单重叠 */
@media (min-width: 769px) and (max-width: 1024px) {
    .header { margin-left: 200px; }
}

/* ===== 详情页 ===== */
/* 返回按钮 */
.home-navigation {
    margin: 6px 0 18px;
}
.home-navigation .item {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px 8px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #25FEB3 !important;
    background: rgba(37, 254, 179, .08);
    border: 1px solid rgba(37, 254, 179, .25);
    border-radius: 999px;
    transition: all .25s ease;
}
.home-navigation .item svg path {
    fill: #25FEB3;
    transition: fill .25s ease;
}
.home-navigation .item:hover {
    color: #16161a !important;
    background: linear-gradient(90deg, #25FEB3, #D3FC46);
    border-color: transparent;
    box-shadow: 0 4px 16px rgba(37, 254, 179, .35);
    transform: translateY(-1px);
}
.home-navigation .item:hover svg path { fill: #16161a; }
/* 信息区卡片 */
.module-info {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;
    margin-bottom: 30px;
}
/* 海报 */
.module-item-pic {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
    transition: transform .3s ease, box-shadow .3s ease;
}
.module-item-pic:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(37, 254, 179, .2);
}
.module-item-pic img {
    width: 100%;
    display: block;
}
/* 标题 */
.module-info h1 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: .5px;
    margin-bottom: 14px;
}
/* 信息标签 */
.module-info-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.module-info-tag .module-info-tag-link {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    padding: 5px 14px;
    font-size: 13px;
    color: rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    transition: all .2s ease;
}
.module-info-tag .module-info-tag-link:hover {
    border-color: rgba(37, 254, 179, .4);
    background: rgba(37, 254, 179, .08);
}
.module-info-tag a {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    transition: color .2s ease;
}
.module-info-tag a:hover { color: #25FEB3; }
/* 简介 */
.detail-desc {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(255, 255, 255, .7);
    margin: 0 0 18px;
}
/* 简介：收起态最多 4 行，底部渐隐提示可展开 */
.detail-desc.is-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, #000 62%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 62%, transparent 100%);
}
.desc-toggle-wrap {
    text-align: right;
    margin: -10px 0 14px;
}
.desc-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #25FEB3;
    text-decoration: none;
    transition: color .2s ease;
}
.desc-toggle::after {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform .25s ease;
}
.desc-toggle.expanded::after {
    transform: rotate(-135deg) translateY(-1px);
}
.desc-toggle:hover { color: #fff; }
/* 导演 / 主演 / 分享 / 站点 行 */
.meta-line {
    font-size: 14px;
    color: #f1f1f1;
    margin-bottom: 12px;
    line-height: 1.8;
}
.meta-line-flex { display: flex; align-items: baseline; }
.meta-line .actor-list { display: flex; flex-wrap: wrap; gap: 4px 8px; }
.actor-list .item {
    color: #25FEB3;
    text-decoration: none;
    transition: color .2s ease;
}
.actor-list .item:hover { color: #fff; }
/* 豆瓣评分徽章 */
.douban-score {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0 14px;
    padding: 6px 16px;
    font-size: 14px;
    color: #fff;
    background: rgba(37, 254, 179, .1);
    border: 1px solid rgba(37, 254, 179, .3);
    border-radius: 999px;
}
.douban-score b {
    font-size: 18px;
    background: linear-gradient(90deg, #25FEB3, #D3FC46);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* 分享 */
.share-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.share-row .a2a_kit { margin-left: 2px; }
/* 站点 */
.site-list {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-list a img {
    transition: transform .25s ease, box-shadow .25s ease;
    border-radius: 8px;
}
.site-list a img:hover {
    transform: scale(1.06);
    box-shadow: 0 6px 18px rgba(37, 254, 179, .3);
}
/* 剧集标题 */
.episode-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 36px 0 14px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .5px;
    padding-left: 16px;
    position: relative;
}
.episode-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 20px;
    border-radius: 6px;
    background: linear-gradient(180deg, #25FEB3, #D3FC46);
    box-shadow: 0 0 12px rgba(37, 254, 179, .45);
}
/* 年份 / 筛选 tab */
.episode-filter .item {
    display: inline-block;
    margin: 4px 6px 4px 0;
    padding: 5px 14px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    text-decoration: none;
    transition: all .2s ease;
    white-space: nowrap;
}
.episode-filter .item:hover {
    color: #fff;
    border-color: rgba(37, 254, 179, .5);
    background: rgba(37, 254, 179, .1);
}
.episode-filter .item.current {
    color: #16161a;
    font-weight: 600;
    background: linear-gradient(90deg, #25FEB3, #D3FC46);
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(37, 254, 179, .35);
}
/* 剧集卡片集数 */
.list-grid-row.detail .list p {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    margin: 10px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .2s ease;
}
.list-grid-row.detail .list:hover p { color: #25FEB3; }

/* ===== 播放页选集（独立模块，仅 play 页使用，不影响 detail 页共用类） ===== */
.episode-panel {
    margin-top: 18px;
    padding: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
}
/* PC 端选集独立全宽模块（位于播放器行下方） */
@media (min-width: 769px) {
    .episode-panel {
        margin-top: 26px;
        padding: 20px;
    }
}
.episode-panel-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.episode-panel-title::before {
    content: '';
    width: 4px;
    height: 16px;
    border-radius: 2px;
    background: linear-gradient(180deg, #25FEB3, #D3FC46);
}
/* 年份 / 版本切换：单行可横向滑动 */
.episode-tabs {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-right: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    gap: 6px;
    margin-bottom: 12px;
    scrollbar-width: none;
}
.episode-tabs::-webkit-scrollbar { display: none; }
.episode-tabs a::before { content: none; }
.episode-tabs .item {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .7);
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .04);
    border-radius: 999px;
    transition: all .2s ease;
}
.episode-tabs .item:hover {
    color: #fff;
    border-color: rgba(37, 254, 179, .5);
    background: rgba(37, 254, 179, .1);
}
.episode-tabs .item.current {
    color: #16161a;
    font-weight: 600;
    background: linear-gradient(90deg, #25FEB3, #D3FC46);
    border-color: transparent;
}
/* 剧集卡片：桌面网格，移动端单行横向滑动 */
.episode-grid {
    margin-top: 0;
    scrollbar-width: none;
}
.episode-grid .list h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 当前正在播放的剧集卡片高亮 */
.episode-playing .img-grid {
    border: 2px solid rgba(37, 254, 179, .85);
    box-shadow: 0 0 14px rgba(37, 254, 179, .3);
}
.episode-playing h4 {
    color: #25FEB3;
}
@media (max-width: 768px) {
    .episode-panel { padding: 14px; }
    .episode-grid {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .episode-grid::-webkit-scrollbar { display: none; }
    .episode-grid.list-grid-row.detail .list {
        width: 132px;
        flex: 0 0 auto;
        padding: 4px;
    }
}

/* ===== 播放器全屏按钮 ===== */
.player-fullscreen-btn {
    display: none;
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 20;
    align-items: center;
    gap: 5px;
    padding: 7px 13px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: rgba(0, 0, 0, .55);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    cursor: pointer;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.player-fullscreen-btn:hover {
    color: #16161a;
    background: rgba(37, 254, 179, .85);
    border-color: transparent;
}

/* ===== 移动端适配 ===== */
@media (max-width: 768px) {
    .page-content {
        margin-left: 0;
        max-width: 100%;
    }
    /* 用真实按钮替代原 CSS 伪元素汉堡图标（伪元素无法点击） */
    .header-box::before {
        display: none;
    }
    .nav-toggle {
        display: inline-flex;
    }
    .sidebar .logo {
        padding-top: 8px;
    }
    .block-header { margin: 24px 0 2px; }
    .block-header .block-title { font-size: 18px; }
    .block-header .more-link { padding: 5px 14px; font-size: 12px; }
    .mySwiper .title {
        bottom: 8px;
        left: 8px;
        padding: 6px 12px;
        font-size: 13px;
    }
    .list .play-icon::before { width: 40px; height: 40px; }
    .list .play-icon::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #16161a;
    }
    /* 列表页 */
    .list-header { margin: 2px 0 14px; }
    .list-header .list-title { font-size: 20px; }
    .list-header .list-count { font-size: 12px; }
    .filter-panel { padding: 14px; gap: 10px; margin-bottom: 20px; }
    .filter-row { flex-direction: column; gap: 6px; }
    .filter-label { width: auto; line-height: 1.6; }
    .filter-opts {
        gap: 6px;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
    .filter-opts::-webkit-scrollbar { display: none; }
    .filter-opts .item { padding: 4px 12px; font-size: 12px; }
    /* 演员列表：移动端单行横向滚动（与 filter-opts 一致） */
    .module-info-tag-link.actor-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        min-width: 0;
        gap: 6px;
    }
    .module-info-tag-link.actor-list::-webkit-scrollbar { display: none; }
    .module-info-tag-link.actor-list .item {
        flex: 0 0 auto;
    }
    /* ===== 详情页（移动端） ===== */
    .home-navigation { margin: 0 0 12px; }
    .module-info { padding: 16px 14px; margin-bottom: 18px; border-radius: 16px; }
    /* 海报居中限宽：避免半宽海报右侧大片留白，信息区独占整行更好读 */
    .module-info.row > .col-6,
    .module-info.row > .col-sm-3 {
        flex: 0 0 auto;
        width: 44%;
        max-width: 190px;
        margin: 0 auto 16px;
        padding-left: 0;
        padding-right: 0;
    }
    .module-info.row > .col-12,
    .module-info.row > .col-sm-9 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .module-item-pic {
        position: relative;
        padding-bottom: 140%;
        margin-bottom: 0;
        border-radius: 12px;
    }
    .module-item-pic img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .module-info h1 { font-size: 19px; margin-bottom: 10px; line-height: 1.4; }
    .module-info-tag { gap: 6px; margin-bottom: 12px; }
    .module-info-tag .module-info-tag-link { padding: 4px 11px; font-size: 12px; }
    .detail-desc { font-size: 13px; line-height: 1.75; margin-bottom: 12px; }
    .detail-desc.is-collapsed {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        overflow: hidden;
    }
    .desc-toggle { font-size: 12px; }
    .desc-toggle-wrap { margin: -6px 0 12px; }
    .meta-line { font-size: 13px; line-height: 1.7; margin-bottom: 8px; }
    .meta-line .actor-list { gap: 2px 6px; }
    .douban-score { margin: 6px 0 12px; padding: 4px 12px; font-size: 13px; }
    /* 分享：允许换行，避免一排按钮横向溢出 */
    .share-row { flex-wrap: wrap; gap: 6px; }
    .share-row .a2a_kit {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 4px;
        margin-left: 0;
        max-width: 100%;
    }
    .share-row .a2a_kit a {
        width: 26px;
        height: 26px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .share-row .a2a_kit a svg { width: 22px; height: 22px; }
    /* 站点：换行不留挤 */
    .site-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
        margin-top: 12px;
        padding-top: 12px;
    }
    .site-list a img { width: 52px; }
    /* 剧集 */
    .episode-title { margin: 22px 0 10px; font-size: 17px; }
    .episode-filter { gap: 6px; }
    .episode-filter .item { padding: 4px 11px; font-size: 12px; margin: 3px 5px 3px 0; }
    .list-grid-row.detail { margin-top: 12px; padding-left: 8px; padding-right: 8px; }
    .list-grid-row.detail .list { width: 50%; padding: 6px; }
    .list-grid-row.detail .list p { font-size: 12px; margin-top: 7px; }
}
