.analysis-article-page {
    background:
        radial-gradient(circle at top left, rgba(17, 94, 196, 0.08), transparent 26%),
        linear-gradient(180deg, #f6f8fc 0%, #eef3f9 100%);
}

.analysis-article-shell {
    width: 1200px;
    margin: 0 auto;
    padding: 116px 0 100px;
}

.analysis-article-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #7f91a7;
    font-size: 14px;
    line-height: 22px;
}

.analysis-article-breadcrumb a {
    color: #7f91a7;
    transition: color .2s ease;
}

.analysis-article-breadcrumb a:hover {
    color: #0b51b2;
}

.analysis-article-stage,
.analysis-article-related-section {
    background: #fff;
    border: 1px solid #dfe7f2;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(16, 36, 63, 0.06);
}

.analysis-article-stage {
    margin-top: 24px;
    padding: 28px;
}

.analysis-article-player-card {
    display: flex;
    justify-content: center;
}

.analysis-article-player-frame {
    position: relative;
    width: 100%;
    height: calc(100vh - 210px);
    min-height: 720px;
    max-height: 920px;
    border-radius: 28px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #091a31;
    box-shadow: 0 22px 52px rgba(10, 26, 49, 0.18);
}

.analysis-article-player-backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 14, 31, 0.16) 0%, rgba(4, 14, 31, 0.32) 100%),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.06) 0%, transparent 58%);
    pointer-events: none;
}

.analysis-article-player-body {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.analysis-article-player-body > p,
.analysis-article-player-body > div {
    width: 100%;
    height: 100%;
    margin: 0;
}

.analysis-article-player-media {
    width: 100%;
    height: 100%;
}

.analysis-article-player-media > video,
.analysis-article-player-media > iframe,
.analysis-article-player-media > embed,
.analysis-article-player-media > object {
    display: block;
    width: 100%;
    height: 100% !important;
}

.analysis-article-player-body iframe,
.analysis-article-player-body video,
.analysis-article-player-body embed,
.analysis-article-player-body object {
    display: block;
    width: 100%;
    height: 100% !important;
    border: 0;
    background: #000;
}

.analysis-article-player-body video {
    object-fit: contain !important;
}

.analysis-article-overlay {
    position: absolute;
    left: 28px;
    bottom: 92px;
    z-index: 2;
    width: min(440px, calc(100% - 56px));
    pointer-events: none;
    user-select: none;
}

.analysis-article-overlay-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.analysis-article-tag,
.analysis-article-date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 20px;
}

.analysis-article-tag {
    background: rgba(237, 244, 255, 0.92);
    color: #0b51b2;
    font-weight: 700;
}

.analysis-article-date {
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.92);
}

.analysis-article-title {
    max-width: 100%;
    margin: 14px 0 0;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.analysis-article-summary {
    margin-top: 24px;
    padding: 22px 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7fc 100%);
    border: 1px solid #e1eaf5;
}

.analysis-article-summary-title {
    color: #10243f;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.analysis-article-summary-desc {
    margin-top: 10px;
    color: #5f7389;
    font-size: 15px;
    line-height: 28px;
}

.analysis-article-prenext {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.analysis-article-prenext-item {
    min-height: 58px;
    padding: 18px 22px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e2eaf5;
    color: #516476;
    font-size: 15px;
    line-height: 24px;
}

.analysis-article-prenext-item a {
    color: #10243f;
}

.analysis-article-related-section {
    margin-top: 28px;
    padding: 28px;
}

.analysis-article-related-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.analysis-article-related-copy {
    max-width: 700px;
}

.analysis-article-related-title {
    color: #10243f;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
}

.analysis-article-related-subtitle {
    margin-top: 10px;
    color: #6d8097;
    font-size: 15px;
    line-height: 26px;
}

.analysis-article-related-actions {
    display: flex;
    align-items: center;
}

.analysis-article-related-link,
.analysis-article-related-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid #c8daf0;
    background: #fff;
    color: #0b51b2;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.analysis-article-related-link:hover,
.analysis-article-related-more:hover {
    transform: translateY(-2px);
    border-color: #0b51b2;
    box-shadow: 0 12px 24px rgba(14, 30, 62, 0.12);
}

.analysis-article-related-section .analysis-insights-swiper {
    position: relative;
    overflow: hidden;
    padding: 12px 8px 20px;
    margin: -12px -8px -20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease;
}

.analysis-article-related-section .analysis-insights-swiper.analysis-swiper-ready {
    opacity: 1;
    visibility: visible;
}

.analysis-article-related-section .analysis-insights-swiper .swiper-wrapper {
    align-items: stretch;
}

.analysis-article-related-section .analysis-insights-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.analysis-article-related-section .analysis-swiper-nav {
    z-index: 10;
    opacity: 0;
}

.analysis-article-related-section .analysis-swiper-prev {
    margin-top: -45px;
}

.analysis-article-related-section .analysis-swiper-next {
    margin-top: -45px;
}

.analysis-article-related-section .analysis-insights-swiper:hover .analysis-swiper-prev {
    opacity: 1;
    transform: translateX(50px);
}

.analysis-article-related-section .analysis-insights-swiper:hover .analysis-swiper-next {
    opacity: 1;
    transform: translateX(-50px);
}

.analysis-article-related-section .analysis-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e4edf7;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.analysis-article-related-section .analysis-card:hover {
    transform: translateY(-6px);
    border-color: #c9dbf1;
}

.analysis-article-related-section .analysis-card-cover {
    position: relative;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.analysis-article-related-section .analysis-card-cover-mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 17, 34, 0.05) 0%, rgba(7, 17, 34, 0.7) 100%);
}

.analysis-article-related-section .analysis-card-play {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.analysis-article-related-section .analysis-card-play span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #fff;
}

.analysis-article-related-section .analysis-card-tag {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

.analysis-article-related-section .analysis-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    padding: 16px 16px 18px;
}

.analysis-article-related-section .analysis-card-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #10243f;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.analysis-article-related-section .analysis-card-desc {
    font-size: 13px;
    line-height: 20px;
    color: #6d8097;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.analysis-article-related-section .analysis-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #0b51b2;
}

.analysis-article-related-section .analysis-card-link-arrow {
    font-size: 18px;
    line-height: 18px;
}

.analysis-article-related-footer {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.analysis-article-related-empty {
    margin-top: 12px;
    padding: 32px 24px;
    border-radius: 24px;
    background: #f7faff;
    border: 1px dashed #c8daf0;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #6d8097;
}
